home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 February / Macworld (2000-02).dmg / Updaters / WhiteCap 3.2.2.sea / WhiteCap 3.2.2 / (into Visual Plug-ins) / WhiteCap Configs / Firecracker < prev    next >
Text File  |  1999-08-14  |  728b  |  57 lines

  1. //  firecracker by JP8080
  2.  
  3. Resn=10,
  4.  
  5. Durn=".3",
  6.  
  7.  
  8. B0="rnd( 2 * PI )",     // Random z axis angle
  9. B1="rnd( 2.6 ) - 1.3",    // Random theta angle
  10.  
  11. B2="100 * BASS2",
  12.  
  13. B3="B2 * sin( b1 )",       // dist from z axis
  14. B4="B2 * cos( b1 )",    // dist from xy plane 
  15.  
  16. B5="B4 * cos( B1 )",    // rot around z axis
  17. B6="B4 * sin( B1 )",    // rot around z axis
  18.  
  19. CamX="B5",
  20. CamY="B6",
  21. CamZ="B3 - 50",
  22.  
  23. CmLX="0",
  24. CmLY="1",
  25. CmLZ="0",
  26.  
  27. CUpX="rnd( 1 )",
  28. CUpY="rnd( 1 )",
  29. CUpZ="rnd( 1 )",
  30.  
  31. R="1 - dt",
  32. G="1 - (dt * 2)^4",
  33. B="1 - (dt * 3)^2",
  34.  
  35. widt=400,heig=400,
  36.  
  37. ConL=0,ConB=0,
  38.  
  39. LWdt="1 + 3 * BASS1 ^ 1.5",
  40.  
  41. Fall=".6",
  42.  
  43.  
  44. C0="300 * dt",
  45.  
  46. X="c0 * cos( 6.283185 * s )",
  47. Y="c0 * sin( 6.283185 * s )",
  48. Z="0",
  49.  
  50. Scal="600",
  51. ScSz=1,
  52.  
  53. Pers="600",
  54.  
  55. Vers=30
  56.  
  57.